type net.tcpConnWithoutWriteTo

3 uses

	net (current package)
		net.go#L778: type tcpConnWithoutWriteTo struct {
		net.go#L786: 	return io.Copy(w, tcpConnWithoutWriteTo{TCPConn: c})
		splice_linux.go#L33: 	case tcpConnWithoutWriteTo: